home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.save / 000142_2damn@nospam.com_Thu Dec 20 16:24:41 2007.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Path: reader1.panix.com!panix!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!newscon04.news.prodigy.net!prodigy.net!newsdst01.news.prodigy.net!prodigy.com!postmaster.news.prodigy.com!nlpi061.nbdc.sbc.com.POSTED!cb3c0661!not-for-mail
  2. From: 2damn <2damn@nospam.com>
  3. Subject: Re: Screen Capture
  4. Newsgroups: comp.protocols.kermit.misc
  5. References: <h654j.66697$RX.26340@newssvr11.news.prodigy.net>
  6.     <13l6v29jqcmhl2e@corp.supernews.com>
  7.     <g3J7j.77732$YL5.57974@newssvr29.news.prodigy.net>
  8.     <13m3fqgakmrkc05@corp.supernews.com>
  9.     <XWm8j.7512$AR7.2068@nlpi070.nbdc.sbc.com>
  10.     <slrnfm5ghr.8om.fdc@panix3.panix.com>
  11. User-Agent: Pan/0.129 (Benson & Hedges Moscow Gold)
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset=UTF-8
  14. Content-Transfer-Encoding: 8bit
  15. Lines: 44
  16. Message-ID: <80oaj.374$6%.86@nlpi061.nbdc.sbc.com>
  17. NNTP-Posting-Host: 68.127.126.86
  18. X-Complaints-To: abuse@prodigy.net
  19. X-Trace: nlpi061.nbdc.sbc.com 1198132356 ST000 68.127.126.86 (Thu, 20 Dec 2007 01:32:36 EST)
  20. NNTP-Posting-Date: Thu, 20 Dec 2007 01:32:36 EST
  21. Organization: AT&T http://yahoo.sbc.com
  22. X-UserInfo1: T[OMBYKGPZVMBQXYZBIZ_\H@]JYFRM@OMPUT_FMNJZ]BGIELNVUEAE[YETZPIWWI[FCIZA^NBFXZ_D[BFNTCNVPDTNTKHWXKB@X^B_OCJLPZ@ET_O[G\XSG@E\G[ZKVLBL^CJINM@I_KVIOR\T_M_AW_M[_BWU_HFA_]@A_A^SGFAUDE_DFTMQPFWVW[QPJN
  23. Date: Thu, 20 Dec 2007 06:32:36 GMT
  24. Xref: panix comp.protocols.kermit.misc:15724
  25.  
  26. On Fri, 14 Dec 2007 17:49:47 +0000, Frank da Cruz wrote:
  27. > C-Kermit can handle text-mode dialogs just fine, and for that matter
  28. > also menu-driven dialogs, if you can do this without specific reference
  29. > to screen positions and coordinates.  For example, the host application
  30. > paints a manu and at the bottom it prints "Choice?" and the user is
  31. > supposed to enter the number (or whatever) of the desired menu item. 
  32. > Well, if "Choice?" is the last thing that the host sends (which is
  33. > something you can tell from a session log), then:
  34. >   clear input
  35. >   input 10 Choice?
  36. >   if failure (do something)
  37. >   output 3\13
  38.  
  39. I have the input, if failure, output routine going okay. I am currently 
  40. using a generic FAIL message and will add better notices where needed.
  41.  
  42. The trouble is that each feature is not exactally the same at all times. 
  43. As I said I think kermit can deal with this. At the very least, well 
  44. enough to send unsolvable items to an error report.
  45.  
  46. > On the other hand, if you really need to reference specific screen
  47. > coordinates or the contents of specifi screen fields , you can do this
  48. > with Kermit 95 on Windows because, unlike C-Kermit, in incorporates its
  49. > own terminal emulator and knows what is on the screen and where.
  50.  
  51. The system accepts commands just fine so long as I can compensate for 
  52. some differences. The issue with garbled feedback applies only to "screen 
  53. grabs".  Using the kermit session record some "screens" just have 
  54. "interuptions" with serial communication data and some seem completely 
  55. broken and unrecognizable. I think the kermit session logging is not the 
  56. way for me to correctly capture the feedback from the system.
  57.  
  58. The ability to "screen grab" is very secondary to kermit being useful for 
  59. my project.
  60.  
  61. This week I have individual items running through 2 processes from a list 
  62. thanks to the online kermit documentation. Adding an option for a third 
  63. process and a useable kermit or bash menu will bring it up to snuff as a 
  64. beta usable to others.
  65.  
  66. Thanks for all the info so far.
  67.  
  68.